-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[Enhancement]: add managed_rule_group_configs and visibility_config feature to wafv2_web_acl_rule_group_association #44426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…_web_acl_rule_group_association
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
move custom flatten and expand for acfp rule set to flex.go file
|
Let me know if anything is needed from my side to help move this PR forward. |
|
Hello @hc-github-team-terraform-aws - let me know if you need any help reviewing this pull request or what it might take to get it on your radar. Thank you! ❤️ |
|
Hi @justinretzolk , Let me know if you need any inputs reviewing this PR, Thank you ❤️ |
|
@hc-github-team-terraform-aws how long before this PR gets into your radar ? All the checks have been passed. |
|
Hi @justinretzolk , It's been a month since this PR is raised. How long before this PR is reviewed ? |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Description
This PR enhances the
aws_wafv2_web_acl_rule_group_associationresource by adding two new features. Since this resource provides capability to add aws managed rule groups inline, these two feature mimic the same behavior asaws_wafv2_web_aclresource.:managed_rule_group_configsblock inmanaged_rule_group:visibility_configblock at the root level: Previously, CloudWatch metrics were always enabled with the metric name hardcoded to the rule name. With this change, users can now explicitly configure:Relations
Closes #44419
References
managed_rule_group_configs feature is already supported in
aws_wafv2_web_aclresource.Output from Acceptance Testing